projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
985b0e5
)
Remove an overlooked instance of gdk drawing api
author
Matthias Clasen
<mclasen@redhat.com>
Fri, 14 Jan 2011 04:42:12 +0000
(23:42 -0500)
committer
Matthias Clasen
<mclasen@redhat.com>
Fri, 14 Jan 2011 04:42:12 +0000
(23:42 -0500)
docs/reference/gtk/question_index.sgml
patch
|
blob
|
history
diff --git
a/docs/reference/gtk/question_index.sgml
b/docs/reference/gtk/question_index.sgml
index f807bddb5152fce86eabf9d5c390d086615f0412..9da5c000e6073581884c309d1f20ced15194da90 100644
(file)
--- a/
docs/reference/gtk/question_index.sgml
+++ b/
docs/reference/gtk/question_index.sgml
@@
-458,7
+458,7
@@
How do I draw text ?
<answer>
<para>
-To draw a piece of text, use a Pango layout and
gdk_dra
w_layout().
+To draw a piece of text, use a Pango layout and
pango_cairo_sho
w_layout().
<informalexample>
<programlisting>
layout = gtk_widget_create_pango_layout (widget, text);